const golang.org/x/text/cases.noChange
11 uses
golang.org/x/text/cases (current package)
context.go#L203: if nLower := (e[1] >> lengthBits) & lengthMask; nLower != noChange {
context.go#L219: if nLower := (e[1] >> lengthBits) & lengthMask; nLower != noChange {
context.go#L241: if n == noChange {
context.go#L246: if n != noChange {
context.go#L268: if n != noChange {
context.go#L292: if nTitle := e[1] & lengthMask; nTitle != noChange {
context.go#L293: if nFirst != noChange {
context.go#L298: if ct == cLower && nFirst != noChange {
context.go#L321: if nTitle := e[1] & lengthMask; nTitle != noChange {
context.go#L326: if ct == cLower && nFirst != noChange {
trieval.go#L171: noChange = 0
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)